跳到主要内容

UnShowInputHelper

Unshows the input helper.

Syntax

expression.UnShowInputHelper(guid, isclear);

expression - A variable that represents a Api class.

Parameters

NameRequired/OptionalData typeDefaultDescription
guidRequiredstringA string value which specifies a plugin identifier which must be of the asc.{UUID} type.
isclearRequiredstringDefines if the input context will be cleared (true) or not (false).

Returns

This method doesn't return any data.

Example

window.Asc.plugin.executeMethod ("UnShowInputHelper", ["asc.{UUID}", true]);